{article}
<p><b>INPUT:</b></p>
<p> today is: 10-11-2021 ( 10 november 2021)</p>
<p>first-date is: [first-date]</p>
<p>last-date is: [last-date]</p>
<p>Status-value: [status:value]</p>
{if status='0'}
{article-nested id="[id]"}
<hr/>
<p><b>OUTPUT:</b></p>
{if first-date > date('today') && last-date > date('today') }BOTH IN FUTURE {/if}
{if first-date < date('today') && last-date > date('today') }IN BETWEEN {/if}
{if first-date < date('today') && last-date < date('today') }BOTH IN PAST {/if}
{/article-nested}
{/if}
{/article}